Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8.1 Release #2394

Merged
merged 1 commit into from
Nov 20, 2024
Merged

8.1 Release #2394

merged 1 commit into from
Nov 20, 2024

Conversation

cymbalrush
Copy link
Collaborator

@cymbalrush cymbalrush commented Nov 18, 2024

CI: https://gitlab.com/coremltools1/coremltools/-/pipelines/1551502805

Release Notes

  • Python Support
    • Compatible with Python 3.12.
  • Added support for additional PyTorch operations
    • torch.clamp_max, torch.rand_like, torch.all, torch.linalg_inv, torch.nan_to_num, torch.cumprod, torch.searchsorted ops are now supported.
  • Increased conversion support coverage for models produced by torch.export
    • Op translation support is at 68% parity with our mature torch.jit.traceconverter.
    • Support enumerated shape model.
    • Support ImageType input.
  • Added Python bindings for the following classes:
  • Various other bug fixes, enhancements, clean ups and optimizations.
    • Favor bool mask in scaled dot product attention
    • Fix quantization crash with bool mask
  • Special Thanks to 3P Developers

@cymbalrush cymbalrush marked this pull request as ready for review November 19, 2024 23:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants